home *** CD-ROM | disk | FTP | other *** search
- /* cview -- Yijun Ding, 04-16-1992, GNU copyright notice applied
- The output is through a file pointer. The advantage of this is to
- allow print to CON=screen, PRN=printer or filename=file. fprintf()
- does not print 0x1a correctly on many printers.
-
- Compile with TC:
- tcc -DHP -egb2hp cview
- tcc -DEPSON -egb2epson cview
- tcc -DTEXT -egb2text cview
- */
-
- /* must define one of the following */
- /*#define HP /* LaserJet iiip */
- /*#define EPSON /* Epson LQ850 */
- /*#define TEXT /* screen */
-
- #define BOX 178 /* printable */
- /*#define BOX '#' /* portable, it can be modified to run on unix */
-
- #include <stdio.h>
- #define syserr(str) {perror(str);exit(0);}
- #include <string.h>
-
- char *fname = "CCLIB.16";
- FILE *fi, *fo, *ff; /* input, output, font */
- int col, row;
-
- /* when increase maxcol, beware of buffer size limit */
- #ifdef HP
- int maxcol=80;
- int maxrow=36;
- char buffer[16][150]; /* 8 inches */
- char *oname = "PRN";
- char *initial_string="\033*t100R\033*r0A"; /* different density? */
- #define end_string "\033*rB\033E"
- #endif
-
- #ifdef EPSON
- int maxcol=640;
- int maxrow=26;
- char buffer[2][1000];
- char *oname = "PRN";
- #define initial_string "\033\x33\x18\r"
- #define end_string "\f"
- #endif
-
- #ifdef TEXT
- int maxcol=70;
- int maxrow=9999;
- char buffer[16][81]; /* screenful */
- char *oname = "CON";
- #define initial_string "\r\n"
- #define end_string "\r\n"
- #endif
-
- char efont[1024]={ /* English 8x8 fonts */
- 0, 0, 0, 0, 0, 0, 0, 0,126,129,165,129,189,153,129,126,
- 126,255,219,255,195,231,255,126,108,254,254,254,124, 56, 16, 0,
- 16, 56,124,254,124, 56, 16, 0, 56,124, 56,254,254,124, 56,124,
- 16, 16, 56,124,254,124, 56,124, 0, 0, 24, 60, 60, 24, 0, 0,
- 255,255,231,195,195,231,255,255, 0, 60,102, 66, 66,102, 60, 0,
- 255,195,153,189,189,153,195,255, 15, 7, 15,125,204,204,204,120,
- 60,102,102,102, 60, 24,126, 24, 63, 51, 63, 48, 48,112,240,224,
- 127, 99,127, 99, 99,103,230,192,153, 90, 60,231,231, 60, 90,153,
- 128,224,248,254,248,224,128, 0, 2, 14, 62,254, 62, 14, 2, 0,
- 24, 60,126, 24, 24,126, 60, 24,102,102,102,102,102, 0,102, 0,
- 127,219,219,123, 27, 27, 27, 0, 62, 99, 56,108,108, 56,204,120,
- 0, 0, 0, 0,126,126,126, 0, 24, 60,126, 24,126, 60, 24,255,
- 24, 60,126, 24, 24, 24, 24, 0, 24, 24, 24, 24,126, 60, 24, 0,
- 0, 24, 12,254, 12, 24, 0, 0, 0, 48, 96,254, 96, 48, 0, 0,
- 0, 0,192,192,192,254, 0, 0, 0, 36,102,255,102, 36, 0, 0,
- 0, 24, 60,126,255,255, 0, 0, 0,255,255,126, 60, 24, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 48,120,120, 48, 48, 0, 48, 0,
- 108,108,108, 0, 0, 0, 0, 0,108,108,254,108,254,108,108, 0,
- 48,124,192,120, 12,248, 48, 0, 0,198,204, 24, 48,102,198, 0,
- 56,108, 56,118,220,204,118, 0, 96, 96,192, 0, 0, 0, 0, 0,
- 24, 48, 96, 96, 96, 48, 24, 0, 96, 48, 24, 24, 24, 48, 96, 0,
- 0,102, 60,255, 60,102, 0, 0, 0, 48, 48,252, 48, 48, 0, 0,
- 0, 0, 0, 0, 0, 48, 48, 96, 0, 0, 0,252, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 48, 48, 0, 6, 12, 24, 48, 96,192,128, 0,
- 124,198,206,222,246,230,124, 0, 48,112, 48, 48, 48, 48,252, 0,
- 120,204, 12, 56, 96,204,252, 0,120,204, 12, 56, 12,204,120, 0,
- 28, 60,108,204,254, 12, 30, 0,252,192,248, 12, 12,204,120, 0,
- 56, 96,192,248,204,204,120, 0,252,204, 12, 24, 48, 48, 48, 0,
- 120,204,204,120,204,204,120, 0,120,204,204,124, 12, 24,112, 0,
- 0, 48, 48, 0, 0, 48, 48, 0, 0, 48, 48, 0, 0, 48, 48, 96,
- 24, 48, 96,192, 96, 48, 24, 0, 0, 0,252, 0, 0,252, 0, 0,
- 96, 48, 24, 12, 24, 48, 96, 0,120,204, 12, 24, 48, 0, 48, 0,
- 124,198,222,222,222,192,120, 0, 48,120,204,204,252,204,204, 0,
- 252,102,102,124,102,102,252, 0, 60,102,192,192,192,102, 60, 0,
- 248,108,102,102,102,108,248, 0,254, 98,104,120,104, 98,254, 0,
- 254, 98,104,120,104, 96,240, 0, 60,102,192,192,206,102, 62, 0,
- 204,204,204,252,204,204,204, 0,120, 48, 48, 48, 48, 48,120, 0,
- 30, 12, 12, 12,204,204,120, 0,230,102,108,120,108,102,230, 0,
- 240, 96, 96, 96, 98,102,254, 0,198,238,254,254,214,198,198, 0,
- 198,230,246,222,206,198,198, 0, 56,108,198,198,198,108, 56, 0,
- 252,102,102,124, 96, 96,240, 0,120,204,204,204,220,120, 28, 0,
- 252,102,102,124,108,102,230, 0,120,204,224,112, 28,204,120, 0,
- 252,180, 48, 48, 48, 48,120, 0,204,204,204,204,204,204,252, 0,
- 204,204,204,204,204,120, 48, 0,198,198,198,214,254,238,198, 0,
- 198,198,108, 56, 56,108,198, 0,204,204,204,120, 48, 48,120, 0,
- 254,198,140, 24, 50,102,254, 0,120, 96, 96, 96, 96, 96,120, 0,
- 192, 96, 48, 24, 12, 6, 2, 0,120, 24, 24, 24, 24, 24,120, 0,
- 16, 56,108,198, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,255,
- 48, 48, 24, 0, 0, 0, 0, 0, 0, 0,120, 12,124,204,118, 0,
- 224, 96, 96,124,102,102,220, 0, 0, 0,120,204,192,204,120, 0,
- 28, 12, 12,124,204,204,118, 0, 0, 0,120,204,252,192,120, 0,
- 56,108, 96,240, 96, 96,240, 0, 0, 0,118,204,204,124, 12,248,
- 224, 96,108,118,102,102,230, 0, 48, 0,112, 48, 48, 48,120, 0,
- 12, 0, 12, 12, 12,204,204,120,224, 96,102,108,120,108,230, 0,
- 112, 48, 48, 48, 48, 48,120, 0, 0, 0,204,254,254,214,198, 0,
- 0, 0,248,204,204,204,204, 0, 0, 0,120,204,204,204,120, 0,
- 0, 0,220,102,102,124, 96,240, 0, 0,118,204,204,124, 12, 30,
- 0, 0,220,118,102, 96,240, 0, 0, 0,124,192,120, 12,248, 0,
- 16, 48,124, 48, 48, 52, 24, 0, 0, 0,204,204,204,204,118, 0,
- 0, 0,204,204,204,120, 48, 0, 0, 0,198,214,254,254,108, 0,
- 0, 0,198,108, 56,108,198, 0, 0, 0,204,204,204,124, 12,248,
- 0, 0,252,152, 48,100,252, 0, 28, 48, 48,224, 48, 48, 28, 0,
- 24, 24, 24, 0, 24, 24, 24, 0,224, 48, 48, 28, 48, 48,224, 0,
- 118,220, 0, 0, 0, 0, 0, 0, 0, 16, 56,108,198,198,254, 0};
-
- void buffer_out()
- {
- int i, j;
-
- if(++row >= maxrow) {
- fputc('\f', fo);
- row = 1;
- }
- #ifdef HP
- for(i=0; i<8; i++)
- fprintf(fo, "\033*b0W");
- for(i=0; i<16; i++) {
- fprintf(fo, "\033*b%dW", col+6);
- /* can't print 00011010 = 0x1a */
- for(j=0; j<6; j++) fputc(0, fo);
- for(j=0; j<col; j++) if(buffer[i][j] == 26) buffer[i][j]++;
- fwrite(buffer[i], 1, col, fo);
- }
- #endif
- #ifdef EPSON
- fputc('\n', fo);
- for(i=0; i<2; i++) {
- fprintf(fo, " \033L%c%c", col%256,col/256); /* indent 7 */
- for(j=0; j<col; j++) if(buffer[i][j] == 26) buffer[i][j]++;
- fwrite(buffer[i], 1, col, fo);
- fprintf(fo, "\r\n");
- }
- #endif
- #ifdef TEXT
- fputc('\n', fo);
- for(i=0; i<16; i++) { /* tackle line wrap by omit the first! */
- for(j=1; j<col; j++) fputc(buffer[i][j], fo);
- fprintf(fo, "\r\n");
- }
- #endif
- col = 0;
- }
-
- void fill_english(int k)
- {
- int i, j;
- char ch;
-
- k *= 8;
- #ifdef HP
- for(i=0; i<8; i++)
- buffer[i][col] = 0;
- for(; i<16; i++)
- buffer[i][col] = efont[k++];
- col++;
- #endif
- #ifdef EPSON
- for(i=0; i<8; i++) {
- buffer[0][col+i] = 0;
- ch = efont[k++];
- for(j=0; j<8; j++) {
- buffer[1][col+j] <<= 1;
- if(ch < 0) buffer[1][col+j]++;
- ch <<= 1;
- }
- }
- col += 8;
- #endif
- #ifdef TEXT
- for(i=0; i<8; i++) for(j=0; j<8; j++)
- buffer[i][col+j] = ' ';
- for(; i<16; i++) {
- ch = efont[k++];
- for(j=0; j<8; j++) {
- buffer[i][col+j] = ch<0? BOX: ' ';
- ch <<= 1;
- }
- }
- col += 8;
- #endif
- }
-
- void fill_chinese(int k)
- {
- int i, j, ch;
- int cc[16]; /* should not use int. If modified, the TEXT
- version can run on mainframe. I did it for unix. Not very useful */
-
- if(k < 0) k+= 8*94; /* stupid, for puctuations */
- fseek(ff, (long)k<<5, 0);
- fread(cc, 2, 16, ff);
-
- #ifdef HP
- for(i=0; i<16; i++) {
- *(int *)(&buffer[i][col]) = cc[i];
- }
- col += 2;
- #endif
- #ifdef EPSON
- for(i=0; i<8; i++) {
- ch = cc[i];
- for(j=8; j<16; j++) {
- buffer[0][col+j] <<= 1;
- if(ch < 0) buffer[0][col+j]++;
- ch <<= 1;
- }
- for(j=0; j<8; j++) {
- buffer[0][col+j] <<= 1;
- if(ch < 0) buffer[0][col+j]++;
- ch <<= 1;
- }
- }
- for(i=8; i<16; i++) {
- ch = cc[i];
- for(j=8; j<16; j++) {
- buffer[1][col+j] <<= 1;
- if(ch < 0) buffer[1][col+j]++;
- ch <<= 1;
- }
- for(j=0; j<8; j++) {
- buffer[1][col+j] <<= 1;
- if(ch < 0) buffer[1][col+j]++;
- ch <<= 1;
- }
- }
- col += 16;
- #endif
- #ifdef TEXT
- for(i=0; i<16; i++) {
- ch = cc[i];
- for(j=8; j<16; j++) {
- buffer[i][col+j] = ch<0? BOX: ' ';
- ch <<= 1;
- }
- for(j=0; j<8; j++) {
- buffer[i][col+j] = ch<0? BOX: ' ';
- ch <<= 1;
- }
- }
- col += 16;
- #endif
- }
-
- void main(int argc, char **argv)
- {
- char lo, hi;
- int index;
-
- /*#include <dos.h>
- struct REGPACK regs;
- regs.r_ax = 0x1130;
- regs.r_bx = 0x0300;
- intr(0x10, ®s);
- movedata(regs.r_es,regs.r_bp,FP_SEG(efont),FP_OFF(efont),1024);
- for(index = 0; index<1024; index++) {
- if(index % 16 == 0) printf("\n");
- printf("%3u,",(unsigned char)efont[index]);
- }
- return; /* generate the data in efont[] */
-
- if(argc == 1) {
- printf("\nUsage: %s [-option] file\n\n", argv[0]);
- printf("-oname\t: output file (default=%s)\n", oname);
- printf("-fname\t: font file (%s)\n", fname);
- printf("-c#\t: columns per line (%d)\n", maxcol);
- printf("-l#\t: lines per page (%d)\n", maxrow);
- return;
- }
- while(**++argv == '-') switch(*++*argv) {
- case 'c': maxcol = atoi(++*argv); break;
- case 'l': maxrow = atoi(++*argv); break;
- case 'f': fname = ++*argv; break;
- case 'o': oname = ++*argv; break;
- }
- if(maxcol == 0 || maxrow == 0) syserr("maxcol/maxrow");
-
- if((fi=fopen(argv[0],"r")) == 0) syserr(argv[0]);
- if((ff=fopen(fname, "rb")) == 0) syserr(fname);
- if((fo=fopen(oname, "wb")) == 0) syserr(oname);
-
- fprintf(fo,initial_string);
- while((lo = fgetc(fi)) != EOF) {
- if(lo == '\n') {
- buffer_out();
- continue;
- }
- if(lo >= 0) {
- fill_english(lo);
- }
- else {
- hi = fgetc(fi);
- fill_chinese(lo*94 + hi + 8273);
- }
- if(col >= maxcol) {
- buffer_out();
- }
- }
- if(col ) buffer_out();
- fprintf(fo,end_string);
- fcloseall();
- }